Get Message Title
Command Prototype
sRet = Mail.GetTitle(objMail,iNumber)
Command Description
Get the title of the message with a specified sequence number and store it in a variable. Return an empty string if failed
Parameter Description
- Required Parameter
- objMail--Mailbox object to operate
- iNumber--Number of the message to receive
- return
- sRet--The variable used to save the output of the function call